Platform Explorer / Nuxeo Platform 6.0

Operation Blob.Push (Push File)

Description

Push the input file on the context stack. The file can be restored later as the input using the corrresponding pop operation. Returns the input file.
Operation id Blob.Push
Category Push & Pop
Label Push File
Requires
Since

Parameters

No parameters.

Signature

Inputs blob
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.stack.PushBlob
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Blob.Push",
  "label" : "Push File",
  "category" : "Push & Pop",
  "requires" : null,
  "description" : "Push the input file on the context stack. The file can be restored later as the input using the corrresponding pop operation. Returns the input file.",
  "url" : "Blob.Push",
  "signature" : [ "blob", "blob" ],
  "params" : [ ]
}